Class IPCImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.ui.impl.IPCImpl
All Implemented Interfaces:
IPCObject, IPC

public class IPCImpl extends IPCObjectImpl implements IPC
Information provided by the PKI file:

    \class IPC
    
    \brief IPC is the main entry point for all IPC functionality.
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • network

      public Network network()
      Information provided by the PKI file:
      
          \brief Returns the Network object.
          
          \return Network, the Network object.
          
              
      Specified by:
      network in interface IPC
      Returns:
      Network Returns a Network
    • appWindow

      public AppWindow appWindow()
      Information provided by the PKI file:
      
          \brief Returns the AppWindow object.
          
          \return AppWindow, the AppWindow object.
          
              
      Specified by:
      appWindow in interface IPC
      Returns:
      AppWindow Returns a AppWindow
    • multiUserManager

      public MultiUserManager multiUserManager()
      Information provided by the PKI file:
      
          \brief Returns the MultiUserManager object.
          
          \return MultiUserManager, the MultiUserManager object.
          
              
      Specified by:
      multiUserManager in interface IPC
      Returns:
      MultiUserManager Returns a MultiUserManager
    • ipcManager

      public IPCManager ipcManager()
      Information provided by the PKI file:
      
          \brief Returns the IpcManager object.
          
          \return IpcManager, the IpcManager object.
          
              
      Specified by:
      ipcManager in interface IPC
      Returns:
      IPCManager Returns a IPCManager
    • userAppManager

      public UserAppManager userAppManager()
      Information provided by the PKI file:
      
          \brief Returns the UserAppManager object.
          
          \return UserAppManager, the UserAppManager object.
          
              
      Specified by:
      userAppManager in interface IPC
      Returns:
      UserAppManager Returns a UserAppManager
    • commandLog

      public CommandLog commandLog()
      Information provided by the PKI file:
      
          \brief Returns the CommandLog object.
          
          \return CommandLog, the CommandLog object.
          
              
      Specified by:
      commandLog in interface IPC
      Returns:
      CommandLog Returns a CommandLog
    • simulation

      public Simulation simulation()
      Information provided by the PKI file:
      
          \brief Returns the Simulation object.
          
          \return CommandLog, the Simulation object.
          
              
      Specified by:
      simulation in interface IPC
      Returns:
      Simulation Returns a Simulation
    • hardwareFactory

      public HardwareFactory hardwareFactory()
      Information provided by the PKI file:
      
          \brief Returns the Hardware Factory object.
          
          \return HardwareFactory, the Hardware Factory object.
          
              
      Specified by:
      hardwareFactory in interface IPC
      Returns:
      HardwareFactory Returns a HardwareFactory
    • getObjectByUuid

      public IPCObject getObjectByUuid(String uuid)
      Information provided by the PKI file:
      
          \brief Returns the IPC IPCObject object.
          
          \param uuid, the UUID of the parser of interest.
          
          \return IPCObject, the IPCObject object.
          
              
      Specified by:
      getObjectByUuid in interface IPC
      Parameters:
      uuid - Takes in a parameter of uuid
      Returns:
      IPCObject Returns a IPCObject
    • options

      public Options options()
      Information provided by the PKI file:
      
          \brief options for the parsor.
          
          \param uuid, the UUID of the parser of interest.
          
          \return Options, the parsor options object.
          
              
      Specified by:
      options in interface IPC
      Returns:
      Options Returns a Options
    • systemFileManager

      public SystemFileManager systemFileManager()
      Information provided by the PKI file:
      
          \brief Returns the System File Manager object for providing file IO.
          
          \return SystemFileManager, the System File Manager object.
          
              
      Specified by:
      systemFileManager in interface IPC
      Returns:
      SystemFileManager Returns a SystemFileManager